home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 24 / Amiga Format AFCD24 (Feb 1998, Issue 108).iso / -in_the_mag- / emulation / amiga / uae-0.7.0b2 / src / include / zfile.h < prev   
C/C++ Source or Header  |  1998-01-20  |  250b  |  13 lines

  1.  /*
  2.   * UAE - The Un*x Amiga Emulator
  3.   *
  4.   * routines to handle compressed file automatically
  5.   *
  6.   * (c) 1996 Samuel Devulder
  7.   */
  8.  
  9. extern FILE *zfile_open(const char *, const char *);
  10. extern int zfile_close(FILE *);
  11. extern void zfile_exit(void);
  12.  
  13.